home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha Extra 2004 January
/
CyberMycha Extra 1-2004 (Poland) (Disc 2).bin
/
Pippi
/
gmtb.dir
/
00054_ScoreGoFrame+AdjustTempoOnMonkeyRun.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-09-12
|
289 b
|
20 lines
property t
global monkey
on beginSprite me
t = 45
end
on exitFrame me
if (monkey.monkeyRunning = 1) and (t = 45) then
t = 16
puppetTempo(16)
else
if (monkey.monkeyRunning = 0) and (t = 16) then
t = 45
puppetTempo(45)
end if
end if
go(the frame)
end